type net/http.http2PriorityFrame

4 uses

	net/http (current package)
		h2_bundle.go#L2710: type http2PriorityFrame struct {
		h2_bundle.go#L2747: 	return &http2PriorityFrame{
		h2_bundle.go#L5677: 	case *http2PriorityFrame:
		h2_bundle.go#L6243: func (sc *http2serverConn) processPriority(f *http2PriorityFrame) error {